home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / bind493a.zip / README < prev    next >
Text File  |  1995-12-29  |  22KB  |  484 lines

  1. The official way to get BIND is:    ftp ftp.vix.com
  2.                     cd pub/bind/release
  3.                     binary
  4.                     get bind.tar.gz
  5.  
  6. The official mailing lists are:        bind-users@vix.com    - users/admins
  7.   (use *-request@* for admin mail)    bind-workers@vix.com    - developers
  8.  
  9. The official Usenet newsgroups are:    comp.protocols.tcp-ip.domains
  10.                     
  11. BIND is currently sponsored by:        The Internet Software Consortium
  12.                     (send to <info@isc.org> for details.)
  13.  
  14. ----- 4.9.3 BETA33 - December, 1995 - paul@vix.com
  15.  
  16. Take a look around in doc/misc/ and contrib/.  Reread INSTALL.  Have fun.
  17.  
  18. ----- 4.9.3 BETA11, BETA12 release - December, 1994 - paul@vix.com
  19.  
  20. If you maintain a BSD or are otherwise running a 4.4BSD-based system and want
  21. to integrate BIND into it, check out BSD/README.
  22.  
  23. Read the top of CHANGES for interesting stuff.
  24.  
  25. Don't forget to purge all your secondary zone files before upgrading to this
  26. BIND if your existing one came from a vendor.
  27.  
  28. The NOTIFY feature is turned off by default, but it's really cool and you
  29. should consider turning it on if you are willing to risk having it not work
  30. after the RFC process is complete (if the protocol has to change at all.)
  31. It already does not conform to the draft protocol so you should consider it
  32. "experimental" even if it happens to work fine.
  33.  
  34. ----- 4.9.3 BETA10 release - August, 1994 - paul@vix.com
  35.  
  36. I recommend reading this ENTIRE FILE before you attempt to build or use BIND.
  37. However, you can get started quickly by scanning down this file for "QUICK" in
  38. the right margin and just reading those sections.  You can also look at the
  39. INSTALL file.  You should look at doc/info/* if you have trouble building.
  40.  
  41. There are at least two known bugs in this BIND:
  42.  
  43. 1.    if you have two authoritative zones (primary or secondary) where
  44.     one is a subzone of the other, e.g.,
  45.         primary    pa.dec.com    z/pa.dec.com
  46.         primary dec.com        z/dec.com
  47.     and you remove or comment out the subzone (pa.dec.com in our example)
  48.     and SIGHUP named, the delegation and other RR's at "pa.dec.com" will
  49.     be missing from your cache.  to avoid this, you should "named.restart"
  50.     rather than SIGHUP ("named.reload") when making changes of this kind.
  51.  
  52. 2.    the /HS qualifier doesn't work on "cache" directives.  you will have
  53.     to put your hesiod root information into your main "root.cache" file.
  54.  
  55. Also, you may find that your utilities will not link with this -lresolv
  56. unless you also install lib44bsd.a and link with -lresolv -l44bsd.  This
  57. is because older systems do not include inet_aton() and other functions.
  58.  
  59. ----- 4.9.3 BETA6 release - June, 1994 - paul@vix.com
  60.  
  61. Several private beta test releases have come and gone, and we've fixed a
  62. number of things.  See CHANGES for details.
  63.  
  64. There is a new Sun Shared Library update mechanism in place, and it works
  65. quite well.  See shres/*.  
  66.  
  67. Versions of NSLOOKUP up through BIND 4.8.3's used IQUERY to ask the local
  68. server for information about the server's own name.  I assume that this was
  69. done in a "what the heck, nothing uses these, how can we contrive a need?"
  70. sort of spirit.  I removed this code as of BIND 4.9's NSLOOKUP and had it
  71. use the standard gethostbyaddr() mechanisms (which depend on normal queries
  72. of PTR data).  Disabling INVQ and putting "options fake-iquery" in the boot
  73. file will cause IQUERY to be answered bogusly but in a way that old nslookup
  74. programs won't trip on.  INVQ is disabled by default in conf/options.h.
  75.  
  76. ----- 4.9.3 BETA2 release - June, 1994 - paul@vix.com
  77.  
  78. News flash! BIND development is now funded by the Internet Software Consortium.
  79.  
  80. Look at CHANGES to see what's new.  Check out doc/misc to see some interesting
  81. papers from Purdue (and Bell Labs, if we're lucky) on DNS security that
  82. motivated many of the security-related changes present in this release.
  83.  
  84. Check out shres/Makefile for SunOS4 shared library support.
  85.  
  86. INVQ now defaults to "undef".  See OPTIONS and conf/options.h.
  87.  
  88. ALLOW_UPDATES is no longer available, and will be removed next release.
  89.  
  90. You should look hard at the SENSIBLE_DOTS option and convert your serial 
  91. numbers either to "sensible" ones or ones without dots (YYYYMMDD## preferred).
  92. SENSIBLE_DOTS will be the default in the next release.
  93.  
  94. NCACHE and VALIDATE are _working_ now.
  95.  
  96. Read the BOG!  It's been updated since the previous release.
  97.  
  98. If you are a vendor and are including some or all of this code in your product,
  99. please drop me a line to let me know.  I field a lot of questions about BIND
  100. and it is helpful for me to know which vendor releases contain which versions
  101. of BIND.  It's also helpful for me to have contacts within the engineering
  102. groups of the various vendors, since when I find a heinous bug I can let you
  103. know.
  104.  
  105. ----- 4.9.2 FINAL (940221) release - February, 1994 - paul@vix.com
  106.  
  107. If you look at the last entry in TODO, you'll see that there are a lot
  108. of things in the queue waiting to go in.  However, I'm holding the line
  109. so that 4.9.2-FINAL can be the same as what goes out with 4.4BSD-Lite.
  110. I expect to open 4.9.3-ALPHA fairly soon, with patches comprising new
  111. work; 4.9.2-FINAL will have patches released for it only to correct bugs.
  112.  
  113. The official way to get BIND 4.9.2 is:    ftp gatekeeper.dec.com    OUT OF DATE!!!
  114.                     cd pub/misc/vixie    OUT OF DATE!!!
  115.                     binary            OUT OF DATE!!!
  116.                     get bind-940221.tar.gz    OUT OF DATE!!!
  117.                    or:    get bind-940221.tar.Z    OUT OF DATE!!!
  118.  
  119. The official mailing lists are:        bind-users@vix.com    - users/admins
  120.   (use *-request for admin mail)    bind-workers@vix.com    - developers
  121.  
  122. The official Usenet newsgroups are:    comp.protocols.tcp-ip.domains
  123.                     
  124. My official e-mail address is:        paul@vix.com
  125.  
  126. ----- 4.9.2 BETA5 (931205) release - December, 1993 - paul@vix.com
  127.  
  128. no comments; see CHANGES file.
  129.  
  130. ----- 4.9.2 BETA4 (931104) release - November, 1993 - paul@vix.com
  131.  
  132. All reported portability problems have been fixed.  All core dumps have
  133. had changes made for them and we are ready to have them tested again.  As
  134. usual, I am running this in production on my own zones and I am rather
  135. confident in it.  Note, again, that this is a BETA release and you should
  136. not put it up for anon-ftp or otherwise republish it in any way.
  137.  
  138. ----- 4.9.2 ALPHA2 (930908) release - September, 1993 - paul@vix.com
  139.  
  140. 4.9.2 has fixes for most of the bugs that smb@bellcore's white paper talked
  141. about, and CERT is going to be knocking on vendor's doors to get it shipped
  142. with as many operating systems as possible.
  143.  
  144. ----- 4.9.2 ALPHA1 (930506) release - July, 1993 - Paul Vixie <paul@vix.com>
  145.  
  146. I don't work for DEC any more, so note the new e-mail address.  The old
  147. <bind-4.9@pa.dec.com> list has been moved to <bind-workers@vix.com>; if
  148. you intend to help hack BIND and you want to be advised of alpha-testing
  149. releases, send mail to <bind-workers-request@vix.com> and ask to be added
  150. to the list.
  151.  
  152. Note that 4.9.1 was an interrim, nonpublished release intended to catch
  153. the porting changes needed for 4.4BSD.  It never really existed separately.
  154.  
  155. ----- 4.9 release - April, 1993 - Paul Vixie <vixie@pa.dec.com>
  156.  
  157. For information on what's new in 4.9, see OPTIONS and CHANGES.  Also note
  158. that the man page for named(8) in man/named.8, and the entire Bind Operations
  159. Guide in doc/BOG/*, has been updated for 4.9.  Both make excellent reading.
  160.  
  161. Those of you who are thinking of adding features should first read TODO to
  162. see if someone else has already indicated an intention to work on the same
  163. thing.  If your feature is significant you should ask <bind-workers@vix.com>
  164. before you hack, if for no other reason than to tell other maintainers to
  165. expect a patch soon.
  166.  
  167. Note that the resolver has a number of routines that may already be present
  168. on your system.  Efforts have been made to avoid generating code for them on
  169. systems where they aren't needed; don't worry about them if they're
  170. generated unneccessarily since the linker will sort things out.
  171.  
  172. This software is protected under the U C Regents' copyright.  Changes made
  173. by or released through Digital Equipment Corporation are subject to a
  174. subsidiary copyright.  The entire copyright is as follows:
  175.  
  176. ++Copyright++ 1989
  177. -
  178. Copyright (c) 1989
  179.    The Regents of the University of California.  All rights reserved.
  180.  
  181. Redistribution and use in source and binary forms, with or without
  182. modification, are perm